# Fetch files on remotehost modified within the last 7 days
rsync -av user@remotehost:'`find /home/user/* -mtime -7 -print`' .
